m68k: add amcore board support
author[email protected] <[email protected]>
Thu, 12 Feb 2015 00:39:40 +0000 (01:39 +0100)
committerTom Rini <[email protected]>
Fri, 6 Mar 2015 01:13:21 +0000 (20:13 -0500)
commit06fd66a4aa8f0bdb0e78072593728fa31be8dadf
treebe219ed21931578e8ad556fa60158a9c0324e6b6
parenta2bc4321e49fa90933029596dd5fa322aad99de4
m68k: add amcore board support

Add Sysam Amcore m68k-based board support.

Signed-off-by: Angelo Dureghello <[email protected]>
arch/m68k/Kconfig
board/sysam/amcore/Kconfig [new file with mode: 0644]
board/sysam/amcore/MAINTAINERS [new file with mode: 0644]
board/sysam/amcore/Makefile [new file with mode: 0644]
board/sysam/amcore/amcore.c [new file with mode: 0644]
board/sysam/amcore/config.mk [new file with mode: 0644]
board/sysam/amcore/u-boot.lds [new file with mode: 0644]
configs/amcore_defconfig [new file with mode: 0644]
include/configs/amcore.h [new file with mode: 0644]